body {
    
  }
  
  * {
    box-sizing: border-box;
  }
  h2 {
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    
  }
  h3 {
    background-color: #d5d5d5ef;
    padding: 4px;
    padding-left: 10px;
    border-radius: 5px;
    margin-top: 5px;
    color: rgb(105, 102, 102);
  }
  .row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    margin: 0 -16px;
  }
  
  .col-25 {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
  }
  
  .col-50 {
    -ms-flex: 50%; /* IE10 */
    flex: 50%;
  }
  
  .col-75 {
    -ms-flex: 75%; /* IE10 */
    flex: 75%;
  }
  
  .col-25,
  .col-50,
  .col-75 {
    padding: 0 16px;
  }
  .col-lg-3 {
    padding: 10px 16px;
  }
  
  .col-75 .container {
    background-color: #f2f2f2;
    padding: 5px 20px 15px 20px;
    border: 1px solid lightgrey;
    border-radius: 3px;
  }
  .container-1 {
    margin-left: 15vh;
  }
  .form {

  }
  input[type=text] {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
  }
  input[type=email] {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
  }
  input[type=date] {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
  }
  input[type=number] {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
  }
  form select  {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
  }
  input[type="radio"] {
    width: 17px;
    height: 1rem;
    accent-color: #09c0ee;
  }
  
  label {
    margin-bottom: 10px;
    display: block;
  }
  
  .icon-container {
    margin-bottom: 20px;
    padding: 7px 0;
    font-size: 24px;
  }
  
  .btn {
    
    color: white;
    padding: 12px;
    margin: 10px 0;
    border: none;
    
    border-radius: 3px;
    cursor: pointer;
    font-size: 17px;
  }
  
  
  
  a {
    color: #2196F3;
  }
  
  hr {
    border: 1px solid lightgrey;
  }
  
  span.price {
    float: right;
    color: grey;
  }
  .contact-section .inquiry small {
    width: 100%;
  }
  @media (max-width: 992px)
  {
    .container-1 {
      margin-left: 8vh;
    }
  }
  @media (max-width: 800px) {
    .row {
      
    }
    .col-25 {
      margin-bottom: 20px;
    }
    .container-1 {
      margin-left: 5vh;
    }
  }

  .check-box {
    display: block;
    position:relative;
    color: #303030;
  }
  .check-box input {
    cursor: pointer;
  }
  .check-box label {
    padding-left: 25px;
    margin-top: -27px;
  }
  .check-box small {
    font-size: 12px;
    color: #707070;
  }
  .radio-btn {
    display: block;
    position:relative;
    color: #303030;
  }
  .radio-btn input {
    cursor: pointer;
  }
  .radio-btn label {
    padding-left: 25px;
    margin-top: -27px;
  }
   small {
    font-size: 12px;
    color: #707070;
  }
  small label {
    margin-bottom: 0px;
    padding: 10px;
  }
  @media (max-width: 1310px) {
    .contact-section .map iframe {
        width: 245%;
        height: 550px;
        margin-top: -15rem;
    }
  }
  @media (max-width: 1210px) {
    .contact-section .map iframe {
        width: 240%;
        height: 550px;
        margin-top: -12rem;
    }
  }
  @media (max-width: 992px) {
    .contact-section .map iframe {
        width: 100%;
        height: 550px;
        margin-top: 0rem;
    }
    .inquiry .radio-btn {
      margin-top: 0px;
      margin-bottom: 0px;
    }
  }
  .breadcrumb {
    background-color: transparent !important;
  }
  .place {
    margin-left: 5px;
    padding: 10px 4px;
    width: 100%;
    margin-bottom: 20px;
   border-width: 1px;
    border-radius: 5px;
    border-color: #bababaf2;
  }
  .submit-btn {
    margin-top: 30px;
    margin-bottom:20px ;
  }
  
  .submit {
    width: 30%;
    background-color: transparent;
    color: #09c0ee;
    padding: 10px 20px;
    
    margin: 8px 0;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 19px;
    box-shadow: 0px 8px 15px #3973b9ec;
  }
  .submit:hover {
    background-color: #09c0ee;
    color: #fff;
    box-shadow: 0px 8px 30px #f0a109;
    transition: 0.7s;
    transform: translateY(-20%);
  }
  .footer .social-link-1 {
    padding-left: 88vh;
    margin-top:8vh;
    margin-bottom: -20px;
}
@media (max-width: 1199px) {
  .footer .social-link-1 {
      padding-left: 27rem;
      margin-top: 20px;
      margin-bottom: -20px;
  }  
}
@media (max-width: 992px) {
  .footer .social-link-1 {
      padding-left: 23rem;
      margin-top: 20px;
      margin-bottom: -20px;
  }  
}
@media (max-width: 769px) {
  .footer .social-link-1 {
      padding-left: 15rem;
      margin-top: 5vh;
      margin-bottom: 3vh;
  }  
}
@media (max-width: 505px) {
  .footer .social-link-1 {
    padding-left: 8rem;
    margin-top: 5vh;
    margin-bottom: 3vh;
  }  
} 
.footer .btn.btn-social {
    margin-right: 20px;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: #09c0ee;
}
  
.footer h1 {
  margin-top: 10vh;
  margin-left: 10vh;
  font-size: 60px;
  font-family:'Courier New', Courier, monospace;
  position: relative;
  background-clip: text;
  -webkit-text-fill-color: #fff;
}
.footer h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width:0;
  background-color: #fff;
  height: 3px;
  transition: all ease 2s;
}
.footer h1:hover::after {
  width: 54%;
  background-color: #09c0ee;
}